You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > TOpenCLMtxVec.DownSample Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.DownSample Method

Downsamples object values.

Syntax
C#
Visual Basic
public TOpenCLMtxVec DownSample([In] TOpenCLMtxVec Src, int Factor, int SrcIndex, int Index, int Len, int Phase);

Copy only every Factor sample from Src starting at SrcIndex up to Len to the calling object starting at Index. The phase parameter determines the initial sample offset. Phase must be less then Factor. Size and TOpenCLBase.ComplexComplexproperties of the calling object are set implicitly. An exception is raised if array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!